*{
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1190px;
    margin: 0 auto;
}
ul li {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}
.ls-box .logo {
    display: block;
    margin-top: 22px;
}
.ls-box .search {
    margin-left: 80px;
    margin-top: 37px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 298px;
    height: 37px;
    line-height: 37px;
    border: 3px solid #258257;
    border-right: none;
    float: left;
    text-indent: 1em;
    font-size: 12px;
    padding-right: 30px !important;
    color: #969696;
    outline: none;
}
.ls-box .search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form .but {
    border: 3px solid #258257;
    width: 84px;
    height: 43px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    margin-left: -1px;
    background-image: url(../images/ss.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 10px 10px 0px;
    /* opacity: 0.3; */
    background-color: #258257;
    border-left: none;
}
.top-logo-phonebox{
    margin-top: 10px;
}
.top-logo-phonebox img{
    display: block;
    margin-top: 22px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.top-logo-phonebox div i{
    display: block;
    color: #258257;
    font-size: 30px;
    margin-top: 22px;
}
i{
    font-style: normal;
}
/*导航*/
.navs-box {
    height: 45px;
    background-color: #258257;
}
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li a {
    color: white;
    display: block;
    font-size: 16px;
    text-align: center;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.navs-box .navs .navs-active a {
    font-weight: bold;
}
.navs-box .navs li:first-child {
    width: 205px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
}
.navs-box .navs li:first-child a {
    color: #258257;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.navs-box .navs li:first-child a img {
    position: relative;
    top: 5px;
    padding-right: 6px;
}
.web-bottom {
    background-color: #258257;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1113px;
    padding: 20px 0px;
}
.web-bottom .wb a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    height: 12px;
    right: -3px;
    top: 4px;
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}
